html {
  font-size: 62.5%;
  background: #fff;
  /*10 ÷ 16 × 100% = 62.5%*/
}
body {
  font-family: "microsoft yahei", "sans-serif", "华文细黑", "黑体" !important;
  overflow-x: hidden;
  background: #fff;
}
ol,
li {
  list-style: none;
}
header,
footer,
#main {
  width: 100%;
}
#main {
  position: relative;
  z-index: 2;
}
header {
  position: relative;
}
@font-face {
  font-family: myFirstFont;
  src: url('../font2/Agency FB.ttf'), url('../font2/Agency-FB.otf'), url('../font2/Agency-FB.woff');
}
/*css3*/
.clear:after {
  display: block;
  content: '';
  clear: both;
}
.czspjz {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -49%);
  -webkit-transform: translate(-50%, -49%);
}
.before {
  display: block;
  content: '';
}
.flex {
  display: flex;
  display: -webkit-flex;
}
.font-light {
  font-weight: 300;
}
.flex {
  display: flex;
  display: -webkit-flex;
}
/************************header************************/
.pc-nav {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  transition: 200ms ease-in-out;
  -webkit-transition: 200ms ease-in-out;
}
.pc-nav .container .logo_bg {
  float: left;
}
.pc-nav-animate {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background: #005bb9;
}
.pc-nav-animate img {
  width: 125px;
}
.pc-nav-animate .header_top .nav>li {
  margin-left: 64px;
}

.pc-nav-animate .header_top .nav {
  line-height: 68px;
  margin-left: 30px;
}
.pc-nav-animate .header_top .language {
  margin-top: 22px;
}
.pc-nav-animate .header_top .search_form {
  top: 24px;
}
.pc-nav-animate .header_top {
  margin-top: 0;
}
.header_top {
  width: 100%;
  padding: 20px 0;
}
.header_top .container {
  position: relative;
}
.header_top .logo {
  float: left;
}
.header_top .nav {
  float: left;
  line-height: 93px;
  margin-right: 46px;
}
.header_top .nav ul>li {
  float: left;
  margin-left: 55px;
  position: relative;
}
.header_top .nav ul>li>a {
  font-size: 16px;
  color: #fff;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.header_top .nav li:hover .box{
  display: block;

}
.header_top .nav li .box{
  position: absolute;
  width:600%;
  background: #005bb9;
  padding: 20px;
  top: 80px;
  left: -248%;
  text-align: left;
  display: none;

}
.header_top .nav li .box:before{
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: -10px;
  left:50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #0f4782;
  transition: all 300ms ease-in-out;
  -webkit-transform: all 300ms ease-in-out;
  transform-origin: 50% 50%;
}
.header_top .nav li .box .box-list{
  width: 50%;
  float: left;
}
.header_top .nav li .box .box-list>a{ 
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  display: block;

  line-height: 40px;

}
.header_top .nav li .box .erji{
  padding-top: 10px;
}
.header_top .nav li .box .erji>a{
  width: 100%;
  font-size: 14px;
  color: #fff;
  display: block;
  line-height: 30px;
}

.header_top .nav li>a:hover {
  color: #ffcf08;
}
.header_top .language {
  font-size: 16px;
  margin-top: 36px;
}
.header_top .language > * {
  display: inline-block;
  color: #fff;
}
.header_top .search_form {
  position: absolute;
  right: 0;
  top: 36px;
}
.header_top .search_form i {
  color: #fff;
  cursor: pointer;
}
.header_top .search_form input {
  display: none;
  position: absolute;
  left: -182px;
  top: 28px;
  width: 200px;
  line-height: 30px;
  background: rgba(255, 255, 255, 0.77);
  color: #333;
  border: 0;
  text-indent: 5px;
}
.clear {
  clear: both;
  display: block;
  content: '';
}
/*放大缩小动画*/
@keyframes scaleAnimate {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
@-webkit-keyframes scaleAnimate {
  from {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
  }
}
/*小屏幕手机*/
.mobile-nav .h-nav-g {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 60px;
  background: #fff;
  transition: 300ms;
  -webkit-transition: 300ms;
  border-bottom: 1px solid #ccc;
}
.mobile-nav .h-nav-g h1 img {
  position: absolute;
  max-height: 30px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.mobile-nav .h-nav-g .btn_i {
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.mobile-nav .h-nav-g .btn_i small,
.mobile-nav .h-nav-g .btn_i:before,
.mobile-nav .h-nav-g .btn_i:after {
  display: block;
  content: '';
  width: 24px;
  height: 2px;
  background: #202020;
  border-radius: 4px;
  margin: 6px 0;
}
.mobile-nav .h-nav-g .btn_i_click small {
  opacity: 0;
}
.mobile-nav .h-nav-g .btn_i_click:before {
  transform: rotateZ(45deg);
  transform-origin: 0px 6px;
}
.mobile-nav .h-nav-g .btn_i_click:after {
  transform: rotateZ(-45deg);
  transform-origin: 5px -1px;
}
.mobile-nav .h-nav-g .i_tel {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  background-image: url("../images/tel.png");
  position: absolute;
  right: 15px;
  top: 0;
  height: 60px;
  width: 40px;
}
.mobile-nav .ul-small {
  background: #3a3a3a;
  overflow-y: scroll;
  width: 220px;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000;
  transform: translateX(220px);
  transition: 300ms;
  -webkit-transition: 300ms;
  -webkit-transform: translateX(220px);
}
.mobile-nav .ul-small ul {
  margin-top: 20px;
}
.mobile-nav .ul-small ul li > a {
  padding-right: 30px;
  line-height: 48px;
  display: block;
  position: relative;
  padding-left: 20%;
  color: #767676;
  font-size: 14px;
  border-bottom: 1px solid rgba(118, 118, 118, 0.52);
}
.mobile-nav .ul-small ul li > a:before {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border: 2px solid #767676;
  position: absolute;
  left: 8%;
  top: 50%;
  margin-top: -5px;
  border-radius: 50%;
}
.mobile-nav .ul-small ul li.after_none > a:after {
  display: none;
}
.mobile-nav .ul-small ul li:last-child > a:after {
  display: none;
}
.mobile-nav .ul-small ul li:nth-of-type(1) > a:after {
  display: none;
}
.mobile-nav .ul-small ul li p {
  display: none;
  background: #19191a;
}
.mobile-nav .ul-small ul li p > a {
  line-height: 55px;
  font-size: 14px;
  color: #767676;
  padding-left: 20%;
  position: relative;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  display: block;
}
.mobile-nav .ul-small ul li p > a:after {
  display: block;
  content: '';
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-weight: bold;
  font-size: 20px;
  width: 7px;
  height: 11px;
  background: url("../images/menu_bg3.png") no-repeat center;
  background-size: cover;
}
.mobile-nav .ul-small ul li.li_click > a {
  color: #fff;
}
.mobile-nav .ul-small ul li.li_click > a:before {
  background: #ffc801;
  border: 2px solid #ffc801;
}
.mobile-nav .ul-small ul li.li_click > a:after {
  content: '-';
  color: #767676;
}
.mobile-nav .translate {
  transform: translateX(-220px);
  -webkit-transform: translateX(-220px);
}
.mobile-nav .translate2 {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
/*banner*/
/*banner*/
.banner {
  clear: both;
  position: relative;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.banner .swiper-pagination {
  bottom: 90px;
  z-index: 20;
  width: 100%;
}
.banner .swiper-pagination span {
  margin: 0 5px;
  display: inline-block;
}
.banner .swiper-container {
  height: 100%;
  cursor: default !important;
}
.banner .swiper-slide {
  overflow: hidden;
}
.banner .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}
.banner .swiper-pagination-bullet {
  width: 24px;
  height: 4px;
  display: inline-block;
  border-radius: 5px;
  background: #919190;
  opacity: .4;
}
.banner .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.banner2 {
  height: 506px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/info_banner.jpg");
}
.banner2 .container {
  position: relative;
  height: 100%;
}
.banner2 .info_banner_text {
  top: 42%;
  position: absolute;
  right: 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
}
.banner2 .info_banner_text b {
  font-size: 50px;
  font-weight: 300;
}
.banner2 .info_banner_text b strong {
  color: #005bb9;
  font-weight: 400;
}
.banner2 .info_banner_text > * {
  display: block;
}
.banner2 .info_banner_text span {
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
}
.c-banner {
  background-image: url("../images/com_banner.jpg");
}
.new-banner {
  background-image: url("../images/new_banner.jpg");
}
.contact_banner {
  background-image: url("../images/contact_banner.jpg");
}
.case_banner {
  background-image: url("../images/case_banner.jpg");
}
.product_banner {
  background-image: url("../images/product_banner.jpg");
}
.seo_banner {
  background-image: url("../images/seo_banner.jpg");
}
/*---------------------------------------------------------------product 产品中心----------------------------------------------------------------------------*/
.container2 {
  padding: 0 10%;
}
.product {
  overflow: hidden;
  background: url("../images/pro_line.jpg") no-repeat center bottom;
  padding-bottom: 3%;
  margin-bottom: 3%;
}
.product .pro_type {
  overflow: hidden;
  background: #f3f2f0;
  margin-bottom: 50px;
}
.product .pro_type li {
  width: 16.66666667%;
  float: left;
  height: 200px;
  border-left: 1px solid #ccc;
  box-sizing: border-box;
}
.product .pro_type li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.product .pro_type li a .pro_type_1 {
  text-align: center;
  margin: 0 auto;
}
.product .pro_type li a .pro_type_1 > * {
  display: block;
}
.product .pro_type li a .pro_type_1 small {
  height: 65px;
  display: block;
}
.product .pro_type li a .pro_type_1 small img {
  margin: 0 auto;
}
.product .pro_type li a .pro_type_1 span {
  font-size: 16px;
  margin-top: 15px;
  font-weight: 500;
}
.product .pro_type li a .pro_type_2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/pro_bg.jpg") no-repeat center;
  background-size: cover;
  line-height: 200px;
  opacity: 0;
  visibility: hidden;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.product .pro_type li a .pro_type_2 strong {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  width: 100%;
  font-weight: 500;
}
.product .pro_type li a:hover .pro_type_2 {
  visibility: visible;
  opacity: 1;
}
.product .prolist {
  overflow: hidden;
}
.product .prolist li b {
  display: block;
  border-right: 1px solid #005bb9;
  position: relative;
}
.product .prolist li b img {
  max-width: 100%;
}
.product .prolist li b span {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(56, 112, 205, 0.53);
  left: 0;
  top: 0;
  color: #fff;
  line-height: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.product .prolist li b span em {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-style: normal;
  height: 82px;
}
.product .prolist li b span em small {
  font-size: 15px;
  margin-top: 10px;
}
.product .prolist li b span em > * {
  display: block;
}
.product .prolist li b span img {
  margin: 0 auto;
}
.product .prolist li a > span {
  display: block;
  text-align: center;
  padding-top: 20px;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  font-size: 15px;
}
.product .prolist li:hover b span {
  opacity: 1;
  visibility: visible;
}
.product .prolist li:hover a > span {
  color: #005bb9;
}
.swiper-container-pro {
  position: relative;
  overflow: hidden;
  padding-bottom: 45px;
}
/*---------------------------------------------------------------company 关于我们----------------------------------------------------------------------------*/
.company {
  overflow: hidden;
}
.company .com_l {
  width: 50%;
  float: left;
  overflow: hidden;
}
.company .com_l .swiper-container-com {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.company .com_l .swiper-container-com img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit:cover;

}
.company .com_l .swiper-pagination {
  text-align: right;
  padding-right: 20px;
}
.company .com_l .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.6;
}
.company .com_l .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.company .com_r {
  width: 50%;
  float: right;
  padding-left: 5%;
  margin-top: 3%;
  padding-right: 10%;
}
.company .com_r > * {
  display: block;
}
.company .com_r b {
  font-size: 34px;
  color: #005bb9;
  font-weight: 500;
  background: url("../images/com_bg1.png") no-repeat left bottom;
  padding-bottom: 30px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.company .com_r span {
  display: block;
  font-size: 14px;
  line-height: 30px;
  /*max-height:240px;
  overflow-y:auto;*/
}
.company .com_r a {
  display: block;
  width: 152px;
  line-height: 35px;
  background: #005bb9;
  color: #fff;
  text-align: center;
  border-radius: 15px;
  margin-top: 25px;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.company .com_r a:hover {
  background: #005acc;
}
/*---------------------------------------------------------------新闻 news----------------------------------------------------------------------------*/
.news {
  overflow: hidden;
}
.news > div {
  color: #fff;
}
.news > div a {
  display: block;
  color: #fff;
}
.news > div .n_t1 {
  height: 79px;
}
.news > div .n_t1 b {
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
  padding-right: 10px;
}
.news > div .n_t1 span {
  font-size: 20px;
}
.news > div small {
  display: block;
  font-size: 14px;
  line-height: 25px;
  margin: 5% 0;
}
.news > div .n_t2 {
  overflow: hidden;
  line-height: 35px;
}
.news > div .n_t2 a {
  display: block;
  width: 152px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  float: left;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.news > div .n_t2 a:hover {
  color: #ffcf08;
  border-color: #ffcf08;
}
.news > div .n_t2 span {
  float: right;
}
.news .news_left {
  float: left;
  width: 50%;
  background: url("../images/com_bg2.jpg") no-repeat center;
  padding: 5% 10%;
  background-size: cover;
}
.news .news_right {
  float: right;
  width: 50%;
  background: url("../images/com_bg3.jpg") no-repeat center;
  padding: 5% 10%;
  background-size: cover;
}
/*---------------------------------------------------------------案例经验 case----------------------------------------------------------------------------*/
.case {
  overflow: hidden;
  padding: 5% 0 5% 10%;
}
.case .case_left {
  overflow: hidden;
  float: left;
  width: 22%;
  margin-top: 6%;
}
.case .case_left .case_title img {
  max-width: 100%;
}
.case .case_left .case_title b {
  font-size: 34px;
  color: #005bb9;
  font-weight: 500;
  background: url("../images/com_bg1.png") no-repeat left bottom;
  padding-bottom: 30px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.case .case_left .case_title > * {
  display: block;
}
.case .case_left small {
  font-size: 16px;
  color: #333333;
}
.case .case_left .case_btn {
  margin-top: 15px;
}
.case .case_left .case_btn span {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  background: #fff;
  border: 2px solid transparent;
  outline: none;
}
.case .case_left .case_btn span i {
  font-size: 40px;
  color: #666;
  outline: none;
}
.case .case_left .case_btn span:hover i {
  color: #005bb9;
}
.case .case_r_wrap {
  padding: 45px 0;
  overflow: hidden;
  float: right;
  width: 67%;
}
.case .case_r_wrap .case_right li {
  height: 400px;
  position: relative;
  background-size: cover !important;
}
.case .case_r_wrap .case_right li .case_1 {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 20px;
  left: 0;
  color: #fff;
}
.case .case_r_wrap .case_right li .case_1 > * {
  display: block;
}
.case .case_r_wrap .case_right li .case_1 span {
  font-size: 16px;
  margin-bottom: 10px;
}
.case .case_r_wrap .case_right li .case_1 a {
  width: 140px;
  line-height: 35px;
  background: rgba(0, 0, 0, 0.62);
  color: #fff;
  border-radius: 20px;
  margin: 0 auto;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.case .case_r_wrap .case_right li .case_1 a:hover {
  background: #005bb9;
}
.case .case_r_wrap .case_right li .case_2 {
  opacity: 0;
  visibility: hidden;
}
.case .case_r_wrap .case_right li.swiper-slide-next {
  height: 500px;
  margin-top: -52px;
}
.case .case_r_wrap .case_right li.swiper-slide-next .case_1 {
  opacity: 0;
}
.case .case_r_wrap .case_right li.swiper-slide-next .case_2 {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 91, 185, 0.89);
  width: 100%;
  padding: 20px;
  color: #fff;
  opacity: 1;
  visibility: visible;
}
.case .case_r_wrap .case_right li.swiper-slide-next .case_2 > * {
  display: block;
}
.case .case_r_wrap .case_right li.swiper-slide-next .case_2 b {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 25px;
}
.case .case_r_wrap .case_right li.swiper-slide-next .case_2 strong {
  font-size: 20px;
  font-weight: 400;
}
.case .case_r_wrap .case_right li.swiper-slide-next .case_2 a {
  margin-top: 25px;
  width: 140px;
  line-height: 35px;
  background: #fff;
  border-radius: 20px;
  color: #005bb9;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  text-align: center;
}
.case .case_r_wrap .case_right li.swiper-slide-next .case_2 a:hover {
  background: #ffcf08;
  color: #fff;
}
.case .case_r_wrap .case_right li img {
  width: 100%;
  height: 100%;
}
/*---------------------------------------------------------------contact 联系----------------------------------------------------------------------------*/
.contact {
  background: url("../images/contact_bg.jpg") no-repeat center;
  background-size: cover;
  padding: 5% 0;
}
.contact .con_title {
  text-align: center;
  margin-bottom: 4%;
}
.contact .con_title img {
  max-width: 100%;
  margin: 0 auto;
}
.contact .con_title b {
  font-size: 34px;
  color: #005bb9;
  font-weight: 500;
  background: url("../images/con_bg.png") no-repeat center bottom;
  padding-bottom: 30px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.contact .con_title > * {
  display: block;
}
.contact .container b {
  display: block;
  font-size: 26px;
  color: #333333;
  margin-bottom: 20px;
  font-weight: 500;
}
.contact .contact_left {
  float: left;
  width: 30%;
}
.contact .contact_left ul li {
  color: #666666;
  font-size: 16px;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 15px 0 15px 30px;
}
.contact .contact_left ul li:nth-of-type(1) {
  background-image: url("../images/con_ico1.png");
}
.contact .contact_left ul li:nth-of-type(2) {
  background-image: url("../images/con_ico2.png");
}
.contact .contact_left ul li:nth-of-type(3) {
  background-image: url("../images/con_ico3.png");
}
.contact .contact_left ul li:nth-of-type(4) {
  background-image: url("../images/con_ico4.png");
}
.contact .contact_left ul li:nth-of-type(5) {
  background-image: url("../images/con_ico5.png");
}
.contact .contact_right {
  float: right;
  width: 58%;
}
.contact .contact_right form input {
  display: block;
  width: 48%;
  border: 0;
  background: none;
  border-bottom: 1px solid #c7c7c7;
  line-height: 55px;
  margin-bottom: 45px;
}
.contact .contact_right form input:nth-of-type(1) {
  float: left;
}
.contact .contact_right form input:nth-of-type(2) {
  float: right;
}
.contact .contact_right form input:nth-of-type(3) {
  float: none;
  width: 100%;
}
.contact .contact_right form button {
  display: inline-block;
  width: 150px;
  line-height: 35px;
  text-align: center;
  border-radius: 25px;
  margin-right: 15px;
}
.contact .contact_right form button:nth-of-type(1) {
  background: #005bb9;
  color: #fff;
}
.contact .contact_right form button:nth-of-type(2) {
  background: #fff;
  color: #005bb9;
}
/*---------------------------------------------------------------footer 底部----------------------------------------------------------------------------*/
footer {
  background: #0f4782;
  padding-top: 54px;
  color: #fff;
}
footer > .container {
  padding-bottom: 45px;
}
footer a {
  color: #fff;
}
footer .f_left {
  float: left;
}
footer .f_left img {
  float: left;
}
footer .f_left .f_left_1 {
  float: left;
  margin-left: 40px;
  margin-top: 10px;
}
footer .f_left .f_left_1 ul {
  overflow: hidden;
}
footer .f_left .f_left_1 ul li {
  float: left;
  width: 33.3%;
}
footer .f_left .f_left_1 ul li a:hover {
  color: #ffcf08;
}
footer .f_left .f_left_1 form {
  line-height: 32px;
  position: relative;
  width: 83%;
  margin-top: 10px;
}
footer .f_left .f_left_1 form input {
  display: block;
  width: 100%;
  border: 0;
  background: #fff;
  text-indent: 10px;
}
footer .f_left .f_left_1 form button {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 32px;
  width: 32px;
  background: none;
}
footer .f_left .f_left_1 form button i {
  color: #005bb9;
}
footer .f_right {
  float: right;
}
footer .f_right img {
  float: left;
  margin-right: 20px;
}
footer .f_right .f_right_1 {
  float: right;
}
footer .f_right .f_right_1 b {
  display: block;
  font-size: 26px;
  background: url("../images/f_tel.png") no-repeat left center;
  padding-left: 35px;
  font-weight: 400;
}
footer .f_right .f_right_1 small {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}
footer .f_login {
  background: #003368;
  padding: 10px 0;
  color: #fff;
}
footer .f_login a {
  color: #fff;
}
footer .f_login span {
  float: right;
}
.footer_mob {
  background: #0057a9;
  overflow: hidden;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1000;
}
.footer_mob li {
  width: 25%;
  color: #fff;
  float: left;
  padding: 10px 0;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
}
.footer_mob li:nth-of-type(1) {
  border-left: 0;
}
.footer_mob li a {
  color: #fff;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.footer_mob li a > * {
  display: block;
}
.footer_mob li a i {
  font-size: 18px;
  padding-right: 10px;
}
.footer_mob li a span {
  font-size: 16px;
}
/*---------------------------------------------------------------message 在线留言----------------------------------------------------------------------------*/
.input-group {
  margin-bottom: 10px;
  clear: both;
  /*overflow: hidden;*/
}
.input-group:after {
  display: block;
  content: '';
  clear: both;
}
.input-group label {
  width: 62px;
  font-size: 15px;
  display: inline-block;
  text-align-last: justify;
  color: #606060;
  font-weight: bold;
}
.input-group input[type=text] {
  border: 1px solid #aaa;
  border-radius: 2px;
  line-height: 30px;
  height: 30px;
  width: 276px;
  text-indent: 1em;
  font-family: "microsoft yahei", "sans-serif";
  /* background: #f0f2ef; */
  transition: 300ms;
  -webkit-transition: 300ms;
  outline: none;
}
.input-group input[type=text]:focus {
  width: 300px;
  box-shadow: 0 0 5px #015cb5;
  border: 1px solid #015cb5;
}
.input-group textarea:focus {
  width: 440px;
  box-shadow: 0 0 5px #015cb5;
  border: 1px solid #015cb5;
}
.input-group input[type=text]#captcha:focus {
  width: 90px;
  box-shadow: 0 0 5px #015cb5;
  border: 1px solid #015cb5;
}
.input-group textarea {
  transition: 300ms;
  -webkit-transition: 300ms;
  width: 420px;
  border: 1px solid #aaa;
  border-radius: 2px;
  text-indent: 1em;
  padding-top: 5px;
  font-family: "microsoft yahei", "sans-serif";
  outline: none;
}
#submit {
  display: block;
  clear: both;
  width: 80px;
  line-height: 30px;
  background: #015cb5;
  border: 0;
  color: #ffffff;
  font-size: 14px;
  font-family: "microsoft yahei";
  margin-left: 64px;
}
#submit:hover {
  background: #BB0000;
}
/*---------------------------------------------------------------i_news 新闻中心----------------------------------------------------------------------------*/
.i_news .i_news_list li {
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 4px #ccc;
  margin-bottom: 2%;
  position: relative;
}
.i_news .i_news_list li:hover span {
  color: #005bb9;
}
.i_news .i_news_list li:hover img {
  transform: scale(1.1);
}
.i_news .i_news_list li:hover small {
  color: #005bb9;
}
.i_news .i_news_list li p {
  width: 25%;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  position: absolute;
  left: 0;
  top: 50%;
  transform:translateY(-50%);
}
.i_news .i_news_list li p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;

}
.i_news .i_news_list li div {
  width: 70%;
  float: right;
  padding: 3% 10% 2% 0;
  position: relative;
}
.i_news .i_news_list li div span {
  display: block;
  font-size: 18px;
  color: #4a4a4a;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.i_news .i_news_list li div small {
  display: block;
  font-size: 14px;
  color: #7a7a7a;
  margin: 2% 0;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.i_news .i_news_list li div b {
  display: block;
  font-size: 12px;
  color: #909090;
  font-weight: 300;
}
.i_news .i_news_list li div strong {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #005bb9;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 30px;
  position: absolute;
  right: 5%;
  top: 50%;
  margin-top: -15px;
}
/*---------------------------------------------------------------news_info 新闻详情页----------------------------------------------------------------------------*/
.news_info {
  background: #eee;
}
.news_info .container {
  background: #fff;
  padding: 60px;
}
.news_info .news_info_top {
  color: #666;
  border-bottom: 1px solid #ccc;
  margin-bottom: 3%;
}
.news_info .news_info_top h3 {
  font-size: 25px;
  font-weight: 300;
}
.news_info .news_info_top small {
  display: block;
  font-size: 14px;
  font-weight: 300;
  margin: 10px 0 20px 0;
}
.p_content {
  font-size: 15px;
  line-height: 30px;
  color: #666;
  font-family: "Microsoft YaHei" !important;
}
.p_content table tr td{
  border: 1px solid windowtext;
}
.p_content p > *,
.p_content > *,
.p_content span,
.p_content small,
.p_content b,
.p_content strong,
.p_content p {
  font-family: "Microsoft YaHei" !important;
}
.p_content img {
  max-width: 80% !important;
  width: auto !important;
  height: auto !important;
  display: block;
  margin: 5px auto;
}
.p_content table {
  width: 100% !important;
  text-align: center;
}
/*location*/
.location {
  overflow: hidden;
  line-height: 60px;
  font-size: 14px;
  background: #eee;
  margin-bottom: 40px;
  color: #666;
}
.location i {
  padding-right: 5px;
  font-size: 25px;
  position: relative;
  top: 3px;
}
.location a {
  color: #666;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.location a:hover {
  color: #11509b;
}
.location b {
  float: left;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}
.location span {
  float: right;
}
/*-------------------------------------------------------------------------info_contact 联系我们------------------------------------------------------------------------------------*/
#info {
  padding-bottom: 5%;
}
.info2 {
  background: #f3f3f3;
  padding-top: 4%;
}
.info_contact_type {
  text-align: center;
  margin-bottom: 3%;
}
.info_contact_type .container {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 25px;
}
.info_contact_type ul li {
  display: inline-block;
  margin: 0 5px;
}
.info_contact_type ul li a {
  display: block;
  width: 100px;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  color: #333;
  position: relative;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.info_contact_type ul li.info_contact_type_act a,
.info_contact_type ul li:hover a {
  background: #005bb9;
  color: #fff;
}
.info_contact_type ul li.info_contact_type_act a:after,
.info_contact_type ul li:hover a:after {
  display: block;
  content: '';
  width: 1px;
  height: 25px;
  background: #B5B5B5;
  position: absolute;
  left: 50%;
  top: 35px;
  margin-left: -0.5px;
}
.info_contact_type ul li.info_contact_type_act a:before,
.info_contact_type ul li:hover a:before {
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #B5B5B5;
  position: absolute;
  left: 50%;
  margin-left: -2.5px;
  bottom: -28px;
}
.info_contact_title {
  color: #666;
  margin-bottom: 3%;
}
.info_contact_title > * {
  display: block;
}
.info_contact_title b {
  font-size: 20px;
}
.info_contact_title small {
  font-size: 12px;
  font-weight: 300;
}
.info_contact {
  overflow: hidden;
}
.info_contact #allmap {
  height: 460px;
  overflow: hidden;
  border: 1px solid #ccc;
  font-size: 14px;
}
.info_contact .info_contact_list {
  width: 100%;
  margin-bottom: 25px;
}
.info_contact .info_contact_list ul {
  font-size: 16px;
  color: #666;
  overflow: hidden;
}
.info_contact .info_contact_list ul li {
  width: 33%;
  margin-bottom: 15px;
  float: left;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
}
.info_contact .info_contact_list ul li b {
  display: block;
  width: 40px;
  height: 40px;
  font-weight: 500;
  background: #005bb9;
  color: #fff;
  position: relative;
  float: left;
  margin-right: 10px;
}
.info_contact .info_contact_list ul li b i {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -49%);
  -webkit-transform: translate(-50%, -49%);
  font-size: 25px;
  display: block;
}
.info_dh .container {
  padding-top: 2%;
  margin-top: 3%;
  border-top: 1px solid #ccc;
}
.info_dh iframe {
  width: 100%;
  height: 400px;
}
.gade_maps {
  display: none;
}
/*-------------------------------------------------------------------------kfsl_title 开发实力------------------------------------------------------------------------------------*/
.kfsl_title {
  text-align: center;
  margin-bottom: 4%;
}
.kfsl_title .container {
  border-bottom: 1px solid #b9b9b9;
  padding-bottom: 2%;
}
.kfsl_title b {
  font-size: 40px;
  color: #171717;
  display: block;
}
.kfsl_title small {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  background: #005bb9;
  color: #fff;
  padding: 5px 10px;
  margin: 10px 0;
}
.kfsl_title span {
  font-size: 16px;
  color: #797979;
  display: block;
  line-height: 30px;
}
.kfsl_list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.kfsl_list li {
  width: 32%;
  text-align: center;
  margin-bottom: 5%;
}
.kfsl_list li > * {
  display: block;
}
.kfsl_list li img {
  display: block;
  max-width: 100%;
}
.kfsl_list li b {
  font-size: 23px;
  color: #005bb9;
  margin: 5% 0 2%;
}
.kfsl_list li small {
  font-size: 16px;
  color: #797979;
  line-height: 30px;
}
/*page*/
#prev_next {
  clear: both;
  text-indent: 25px;
}
#prev_next a:hover {
  color: #005bb9;
}
#prev_next {
  font-size: 14px;
  margin-top: 20px;
}
div.page {
  margin: 2% 0;
  clear: both;
  font-size: 14px;
  text-align: center;
  font-weight: 300;
}
div.page a {
  padding: 2px 5px;
  margin: 2px;
  color: #333;
  text-decoration: none;
  background: #fff;
  border: 1px solid #ccc;
}
div.page a:hover {
  background: #005bb9;
  color: #fff;
}
div.page span.current {
  padding: 2px 8px;
  font-weight: 300;
  margin: 2px;
  color: #fff;
  background-color: #005bb9;
  border: 1px solid #005bb9;
}
div.page span.disabled {
  padding: 2px 5px;
  margin: 2px;
  color: #dddddd;
}
#prev_next .prev,
#prev_next .next {
  font-size: 13px;
  border-top: 1px solid #ccc;
  padding: 5px 0;
}
#prev_next .prev a:hover,
#prev_next .next a:hover {
  color: #005bb9;
}
#prev_next .prev {
  margin-top: 20px;
  background: url("../images/prev_bg.png") no-repeat left 9px;
  background-size: 18px;
}
#prev_next .next {
  border-bottom: 1px solid #ccc;
  background: url("../images/next_bg.png") no-repeat left 9px;
  background-size: 18px;
}
/*-------------------------------------------------------------------------jobs 人才招聘------------------------------------------------------------------------------------*/
.jibs_content {
  text-align: center;
  font-size: 15px;
  line-height: 30px;
  color: #666;
  margin-bottom: 4%;
}
.job_tab {
  line-height: 54px;
  background: #4c4c4c;
  font-size: 14px;
  color: #fff;
  text-align: center;
  width: 100%;
  overflow: hidden;
}
.job_tab span {
  display: block;
  width: 20%;
  text-align: center;
  float: left;
}
.jobs ul li > p {
  line-height: 54px;
  background: #ffffff;
  font-size: 14px;
  color: #4c4c4c;
  text-align: center;
  overflow: hidden;
  height: 54px;
}
.jobs ul li:nth-of-type(even) > p {
  background: #f3f3f3;
}
.jobs ul li > p span {
  float: left;
  display: block;
  width: 20%;
}
.jobs ul li div {
  background: #ebebeb;
  padding: 20px;
  display: none;
}
.jobs ul li div small {
  font-size: 14px;
  line-height: 30px;
  color: #7c7c7c;
}
.jobs ul li div > p {
  font-size: 16px;
  color: #005bb9;
  margin-bottom: 10px;
  font-weight: bold;
}
.jobs ul li div > span {
  display: block;
  margin-top: 20px;
  border-top: 1px solid #ccc;
  font-size: 14px;
  color: #7C7C7C;
  padding-top: 20px;
}
.jobs ul li div > span a {
  color: #005bb9;
}
/*-------------------------------------------------------------------------product 产品页面------------------------------------------------------------------------------------*/
.pdc-list {
  overflow: hidden;
  width: 105%;
}
.pdc-list li {
  width: 30.4%;
  margin-right: 2%;
  margin-bottom: 2%;
  float: left;
}
.pdc-list li b {
  display: block;
  height: 204px;
  width: 100%;
  position: relative;
  border: 1px solid #ccc;
  background: #000;
}
.pdc-list li b img {
  height: 100%;
  width: 100%;
  transition: 300ms;
  -webkit-transition: 300ms;
  display: block;
  object-fit: cover;
}
.pdc-list li span {
  display: block;
  line-height: 38px;
  height: 38px;
  overflow: hidden;
  text-align: center;
  border-bottom: 3px solid #e5e5e5;
  font-size: 14px;
  transition: 300ms;
  -webkit-transition: 300ms;
}
.pdc-list li:hover img {
  opacity: 0.5;
}
.pdc-list li:hover i {
  opacity: 1;
}
.pdc-list li:hover span {
  background: #015cb5;
  color: #fff;
  border-bottom: 3px solid #015cb5;
}
#LeftNav {
  overflow: hidden;
  width: 23%;
  float: left;
}
#LeftNav .divBox {
  overflow: hidden;
  background-color: #fff;
  border-top: 5px solid #2970f3;
  margin-bottom: 10px;
  padding: 20px 15px;
}
.divBox ol li {
  margin-bottom: 5px;
  font-size: 13px;
  color: #666;
}
.divBox ol li a {
  color: #666;
}
.divBox ol li a:hover {
  color: #0157a9;
}
#LeftNav h3 {
  font-size: 20px;
  color: #fff;
  position: relative;
  background: -webkit-linear-gradient(120deg, #2970f3, #0a43ac);
  background: -o-linear-gradient(120deg, #2970f3, #0a43ac);
  background: -moz-linear-gradient(120deg, #2970f3, #0a43ac);
  background: linear-gradient(120deg, #2970f3, #0a43ac);
  line-height: 69px;
  text-align: center;
  margin-bottom: 5px;
}
#LeftNav h3 a {
  color: #fff;
}
#LeftNav h3 i {
  position: absolute;
  right: 0;
  font-weight: bold;
  font-size: 16px;
  top: -2px;
}
#LeftNav .NavMenu ul {
  overflow: hidden;
  width: 100%;
}
#LeftNav .NavMenu ul > li {
  width: 100%;
  float: left;
  margin-bottom: 2px;
  font-size: 14px;
}
#LeftNav .NavMenu ul > li > a {
  display: block;
  background-color: #E8E8E8;
}
#LeftNav .NavMenu li > a {
  display: block;
  color: #666;
  padding-left: 20px;
  text-decoration: none;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
  line-height: 45px;
}
#LeftNav .NavMenu ul > li ol {
  display: block;
}
#LeftNav .NavMenu ul > li ol li a {
  display: block;
  line-height: 40px;
  width: 100%;
  height: 40px;
  overflow: hidden;
  text-indent: 40px;
  background: #f3f3f3;
}
#LeftNav .NavMenu ul > li.cur a,
#LeftNav .NavMenu ul > li a:hover,
#LeftNav .NavMenu ul > li a.current {
  color: #fff;
  background-color: #1167b8;
}
#LeftNav .divAdress img {
  display: block;
  margin-bottom: 15px;
}
#LeftNav .divAdress p {
  font-size: 12px;
  color: #666;
  line-height: 16px;
  margin-bottom: 15px;
  text-align: justify;
}
#LeftNav .divAdress span {
  display: block;
  font-size: 14px;
  color: #303030;
  line-height: 20px;
}
.mobile_type {
  padding: 5px;
  background: #fff;
  margin-bottom: 15px;
}
.mobile_type ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mobile_type ul li {
  height: 40px;
  line-height: 40px;
  background: #eee;
  text-align: center;
  width: 49%;
  margin-bottom: 1%;
}
.mobile_type ul li a {
  display: block;
}
.mobile_type ul li a.current2 {
  background: #005bb9;
  color: #fff;
}
.sidebar_news li {
  margin-bottom: 5px;
}
.sidebar_news li a {
  display: block;
  font-size: 14px;
  color: #666;
  position: relative;
  padding-left: 8px;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.sidebar_news li a:before {
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  background: #666;
  position: absolute;
  left: 0;
  top: 6px;
  border-radius: 50%;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.sidebar_news li:hover a {
  color: #005bb9;
}
.sidebar_news li:hover a:before {
  background: #005bb9;
}
.info_right {
  width: 75%;
  float: right;
  background: #fff;
  padding: 30px;
}
.location2 {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  background: none;
  line-height: 40px;
  height: 40px;
}
.tech_title h4 {
  font-size: 24px;
  text-align: center;
  color: #005acc;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 2%;
}
.tech_title img {
  max-width: 340px;
  margin: 0 auto;
  display: block;
  border: 1px solid #ccc;
  padding: 5px;
}
.p_content img {
  max-width: 80% !important;
}
.p_content .sylx_img h4 {
  font-size: 16px;
  color: #005bb9;
  margin-bottom: 15px;
  font-weight: bold;
}
.p_content .sylx_img ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.p_content .sylx_img ul li {
  width: 32%;
  border: 1px solid #ccc;
}
.p_content .sylx_img ul li p {
  height: 170px;
  width: 100%;
}
.p_content .sylx_img ul li p img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
.pro-info-con_left {
  width: 48%;
  float: right;
}
/*详情页*/
.info-pp {
  overflow: hidden;
  padding-bottom: 5%;
}
.te-info_right .lSSlideWrapper {
  height: 235px;
}
.te-info_right .lSSlideWrapper li img {
  width: 240px !important;
  margin: 0 auto;
  display: block;
}
.pro-info-con .pro-info-title {
  font-size: 24px;
  color: #005bb9;
  border-bottom: 2px solid #1167b8;
  padding-bottom: 10px;
  text-align: left;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.pro-info-con .p-con {
  font-size: 14px;
  color: #323232;
  line-height: 26px;
}
.pro-info-con .pro-small {
  font-size: 15px;
  color: #818181;
  display: block;
  margin-top: 12px;
  line-height: 30px;
  line-height: 23px;
}
.pro-info-con .pro-small span {
  display: block;
  line-height: 30px;
}
.pro-info-con .pro-small span b {
  color: #005bb9;
}
.pro-info-con .pro-email {
  color: #005bb9;
  display: block;
  font-size: 14px;
  margin: 4% 0;
}
.pro-info-con .pro-email i {
  font-size: 22px;
  padding-right: 5px;
}
.pro-info-con .pro-order {
  display: block;
  width: 80%;
  line-height: 44px;
  color: #323232;
  text-align: center;
  background: #e6e6e6;
  margin: 20px auto 0 auto;
  font-size: 16px;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.pro-info-con .pro-order:hover {
  background: #005bb9;
  color: #fff;
}
.pro-info-con .more_btn {
  margin: 10px 0;
}
.product-content-tit {
  line-height: 40px;
  margin-bottom: 30px;
  margin-top: 40px;
  position: relative;
  height: 40px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  box-sizing: border-box;
  background: #eee;
}
.product-content-tit span {
  font-size: 14px;
  text-align: center;
  display: block;
  width: 120px;
  float: left;
  color: #666;
  cursor: pointer;
  box-sizing: border-box;
}
.product-content-tit span.span_act {
  color: #fff;
  background: #005bb9;
  border: 1px solid #005bb9;
}
.info_right_t {
  text-align: center;
  font-size: 30px;
  color: #005bb9;
  margin-bottom: 5%;
}
.info-right-image {
  width: 49%;
  float: left;
}
.info-right-image p {
  border-right: 1px solid #5797FF;
}
.info-right-image p img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.info-right-image-t {
  float: right;
  width: 47%;
}
.pro_contact {
  display: none;
}
.pro_contact .info_contact .info_contact_list ul li {
  width: 50%;
}
/*关于我们*/
.info_c_title {
  text-align: center;
  margin-bottom: 4%;
}
.info_c_title b {
  display: block;
  font-size: 34px;
  color: #005bb9;
  font-weight: 400;
  margin-top: 10px;
  background: url("../images/com_bgt.png") no-repeat center bottom;
  padding-bottom: 35px;
}
.c_1 {
  background: #f6f6f6;
  overflow: hidden;
  padding-bottom: 5%;
}
.c_1 ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.c_1 ul li {
  text-align: center;
  width: 26%;
}
.c_1 ul li p {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  background: #333333;
  justify-content: center;
  margin: 0 auto;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.c_1 ul li b {
  display: block;
  font-size: 22px;
  color: #333333;
  font-weight: 400;
  margin: 10px 0;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.c_1 ul li small {
  font-size: 16px;
  color: #666666;
}
.c_1 ul li:hover p {
  background: #005bb9;
}
.c_1 ul li:hover b {
  color: #005bb9;
}
.c_2 {
  text-align: center;
  background: url("../images/company_bg2.jpg") no-repeat center;
  background-size: cover;
  padding: 8% 0;
}
.c_2 p {
  margin-top: 5%;
}
.c_2 p a {
  display: inline-block;
  width: 190px;
  line-height: 40px;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 35px;
  margin: 0 5%;
  color: #fff;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.c_2 p a:hover {
  background: #ffcf08;
  color: #333;
  border: 1px solid #ffcf08;
}
.c_3 {
  padding: 5% 0;
  background: url("../images/cbg3.jpg") no-repeat center;
  text-align: center;
}
.info_company {
  padding-bottom: 4%;
  margin-top: 5%;
}
.info_com_con {
  overflow: hidden;
}
.info_com_con .info_com_l {
  width: 47.5%;
  float: left;
  overflow: hidden;
}
.info_com_con .info_com_l .swiper-container-company {
  overflow: hidden;
  position: relative;
}
.info_com_con .info_com_l .swiper-slide {
  height: 100%;
  position: relative;
}
.info_com_con .info_com_l p {
  height: 350px;
  display: block;
  overflow: hidden;
}
.info_com_con .info_com_l p img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.info_com_con .info_com_l span {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(31, 65, 141, 0.8);
  color: #fff;
  padding: 13px;
  display: block;
  width: 100%;
}
.info_com_con .info_com_r {
  width: 48%;
  float: right;
}
.info_com_con .info_com_r > * {
  display: block;
}
.info_com_con .info_com_r > b {
  font-size: 28px;
  color: #1f1f1f;
  margin-bottom: 20px;
}
.info_com_con .info_com_r .p_con {
  font-size: 14px;
  color: #4e4e4e;
  line-height: 26px;
}
#info_honor {
  margin-top: 5%;
  overflow: hidden;
}
.swiper-container-honor {
  overflow: hidden;
  position: relative;
  padding-bottom: 40px;
}
.swiper-container-honor .swiper-slide {
  height: 320px;
  border: 1px solid #ccc;
  padding: 5px;
}
.swiper-container-honor .swiper-slide a {
  display: block;
  height: 100%;
}
.swiper-container-honor .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/*案例展示*/
.case_list {
  width: 103%;
  overflow: hidden;
}
.case_list li {
  float: left;
  width: 31%;
  margin-bottom: 2%;
  overflow: hidden;
  margin-right: 2%;
}
.case_list li a {
  display: block;
}
.case_list li p {
  border: 1px solid #ccc;
  padding: 5px;
  height: 300px;
}
.case_list li p img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case_list li span {
  display: block;
  text-align: center;
  font-size: 15px;
  margin-top: 10px;
  height: 21px;
  overflow: hidden;
}
.case_list2 li p {
  height: 170px;
}
.case_con {
  line-height: 30px;
  color: #666;
}
